IDomeCameraManagerSendCommand Method |
Calls up a pre-configured aux command by its number.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid SendCommand(
DomeCamera camera,
int command
)
Parameters
- camera DomeCamera
- command Int32
- number of the pre-configured command.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
Thrown when configured aux command with specified number command could not be found.
|
| UnauthorizedAccessSdkException |
Thrown if operation is not permitted to caller.
|
See Also